JMGetVerifyMode
Gets the state of the code verifier for an existing session.
OSStatus JMGetVerifyMode ( JMSessionRef session, JMVerifierOptions* verifierOptions);
session
- The session whose code verifier mode you wish to set.
verifierOptions
- A pointer to a code verifier option. on return, this parameter is the state of the code verifier. See "Session Security Indicators" for a list of possible values.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
The code verifier checks to see that the Java code is valid and that it does not attempt any illegal actions that could affect the host platform. You set the code verifier either when instantiating the session (using theJMOpenSession
function) or by calling theJMSetVerifyMode
function.